GDK W32: Add missing commas
authorРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 14 Aug 2015 12:12:01 +0000 (12:12 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 14 Aug 2015 12:12:01 +0000 (12:12 +0000)
gdk/win32/gdkcursor-win32.c

index 288f87c5ef39661c378f755c2bd76b194472ba7a..27b79f7e6e5b95edcfae78fc728834eb6ee53d30 100644 (file)
@@ -71,8 +71,8 @@ static DefaultCursor default_cursors[] = {
   { "nesw-resize", IDC_SIZENESW },
   { "ne-resize", IDC_SIZENESW },
   { "sw-resize", IDC_SIZENESW },
-  { "nwse-resize", IDC_SIZENWSE }
-  { "nw-resize", IDC_SIZENWSE }
+  { "nwse-resize", IDC_SIZENWSE },
+  { "nw-resize", IDC_SIZENWSE },
   { "se-resize", IDC_SIZENWSE }
 };